[INFO] cloning repository https://github.com/DraakUSA/wifi-core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DraakUSA/wifi-core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDraakUSA%2Fwifi-core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDraakUSA%2Fwifi-core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2d7ce2deda6f3337dd8cdee023fa18d9c48fe680
[INFO] fixing DraakUSA/wifi-core against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDraakUSA%2Fwifi-core" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DraakUSA/wifi-core
[INFO] finished tweaking git repo https://github.com/DraakUSA/wifi-core
[INFO] tweaked toml for git repo https://github.com/DraakUSA/wifi-core written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DraakUSA/wifi-core on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 22 packages to latest Rust 1.98.0-nightly compatible versions
[INFO] [stderr]       Adding roxmltree v0.19.0 (available: v0.21.1)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[INFO] [stderr]       Adding windows v0.58.0 (available: v0.62.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded roxmltree v0.19.0
[INFO] [stderr]   Downloaded quote v1.0.46
[INFO] [stderr]   Downloaded syn v2.0.118
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 643412a9283c971ba0690f59c222c154b65cc6579bdeaceb29f07f7451abac02
[INFO] running `Command { std: "docker" "start" "643412a9283c971ba0690f59c222c154b65cc6579bdeaceb29f07f7451abac02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "643412a9283c971ba0690f59c222c154b65cc6579bdeaceb29f07f7451abac02" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "643412a9283c971ba0690f59c222c154b65cc6579bdeaceb29f07f7451abac02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "643412a9283c971ba0690f59c222c154b65cc6579bdeaceb29f07f7451abac02" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.52.6
[INFO] [stderr]     Checking roxmltree v0.19.0
[INFO] [stderr]     Checking windows-targets v0.52.6
[INFO] [stderr]     Checking windows-result v0.2.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking windows-strings v0.1.0
[INFO] [stderr]    Compiling windows-implement v0.58.0
[INFO] [stderr]    Compiling windows-interface v0.58.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking windows-core v0.58.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking windows v0.58.0
[INFO] [stderr]     Checking wifi-core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/api/wlan.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows::Win32::Foundation::{ERROR_SUCCESS, HANDLE};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/api/wlan.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use windows::Win32::NetworkManagement::WiFi::{
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/api/wlan.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows::core::{GUID, PCWSTR, PWSTR};
[INFO] [stdout]   |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]   --> src/lib.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use windows::core::GUID;
[INFO] [stdout]    |                  ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/api/wlan.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows::Win32::Foundation::{ERROR_SUCCESS, HANDLE};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/api/wlan.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use windows::Win32::NetworkManagement::WiFi::{
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/api/wlan.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows::core::{GUID, PCWSTR, PWSTR};
[INFO] [stdout]   |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]   --> src/lib.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use windows::core::GUID;
[INFO] [stdout]    |                  ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:185:18
[INFO] [stdout]     |
[INFO] [stdout] 185 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_unknown => "Unknown",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:186:18
[INFO] [stdout]     |
[INFO] [stdout] 186 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_fhss => "FHSS",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:187:18
[INFO] [stdout]     |
[INFO] [stdout] 187 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_dsss => "DSSS",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:185:18
[INFO] [stdout]     |
[INFO] [stdout] 185 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_unknown => "Unknown",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:188:18
[INFO] [stdout]     |
[INFO] [stdout] 188 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_irbaseband => "IR Baseband",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:186:18
[INFO] [stdout]     |
[INFO] [stdout] 186 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_fhss => "FHSS",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:189:18
[INFO] [stdout]     |
[INFO] [stdout] 189 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_ofdm => "OFDM",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:187:18
[INFO] [stdout]     |
[INFO] [stdout] 187 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_dsss => "DSSS",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:190:18
[INFO] [stdout]     |
[INFO] [stdout] 190 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_hrdsss => "HRDSSS",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:188:18
[INFO] [stdout]     |
[INFO] [stdout] 188 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_irbaseband => "IR Baseband",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:191:18
[INFO] [stdout]     |
[INFO] [stdout] 191 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_erp => "ERP",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:189:18
[INFO] [stdout]     |
[INFO] [stdout] 189 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_ofdm => "OFDM",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:192:18
[INFO] [stdout]     |
[INFO] [stdout] 192 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_ht => "HT",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:190:18
[INFO] [stdout]     |
[INFO] [stdout] 190 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_hrdsss => "HRDSSS",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:193:18
[INFO] [stdout]     |
[INFO] [stdout] 193 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_vht => "VHT",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:191:18
[INFO] [stdout]     |
[INFO] [stdout] 191 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_erp => "ERP",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:192:18
[INFO] [stdout]     |
[INFO] [stdout] 192 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_ht => "HT",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> src/api/wlan.rs:193:18
[INFO] [stdout]     |
[INFO] [stdout] 193 |         windows::Win32::NetworkManagement::WiFi::dot11_phy_type_vht => "VHT",
[INFO] [stdout]     |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wifi-core` (lib test) due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wifi-core` (lib) due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "643412a9283c971ba0690f59c222c154b65cc6579bdeaceb29f07f7451abac02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "643412a9283c971ba0690f59c222c154b65cc6579bdeaceb29f07f7451abac02", kill_on_drop: false }`
[INFO] [stdout] 643412a9283c971ba0690f59c222c154b65cc6579bdeaceb29f07f7451abac02
